DELETE
/
public
/
v1
/
assets
/
collection
/
{collection-id}
[BETA] Delete Collection
curl --request DELETE \
  --url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

collection-id
string
required

Collection ID.

Response

204

Successful Response